home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / maxkit25.zip / #ATEST.MEX next >
Text File  |  1996-11-05  |  674b  |  14 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //  Work shell program so it can be tested from the "T" on SysOpWk menu.
  3. //  This can be used in your max\m directory to test what you are writing
  4. //  or changing.    You can change your file name to #work.wk or
  5. // commet out the // #include <#work.wk> and add youe owm file name.
  6. // #include <file.mex>
  7. // rembemer to mex #atest.mex! max a bat file to do it.
  8. //////////////////////////////////////////////////////////////////////////////
  9. #ifndef __MAX_MH
  10. #define __MAX_MH
  11.    #include <#work.wk>
  12. #endif
  13. //////////////////////////////////////////////////////////////////////////////
  14.